home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 February / Software of the Month Club 1997 February.iso / pc / dos / games / ginrummy / ginrummy.new < prev    next >
Encoding:
Text File  |  1996-10-18  |  15.0 KB  |  309 lines

  1. ========================
  2.  
  3.         GinRummy
  4.  
  5.            by
  6.  
  7.      David A. Teach
  8.  
  9.  Copyright(c) 1991-1996
  10.  
  11. ------------------------
  12.  
  13. GinRummy Version History
  14.  
  15. ========================
  16.  
  17.   Version 5.0 - 01/03/96
  18.     - fixed a longtime bug in the statistics saving where if you
  19.         changed your name to another name in the list that was not
  20.         the first, it would overwrite the first name with the new one.
  21.  
  22.   Version 4.8 - 12/09/95
  23.     - added animation (movement) of the cards when drawing and
  24.         discarding using a variable timing routine.
  25.     - added another hot-spot.  You can now click on the drawn card
  26.         in the middle of the screen to discard it.
  27.  
  28.   Version 4.7 - 11/02/94
  29.     - changed the registration address again, my phone number is the
  30.         same though.
  31.     - removed the graphic file for the card backs until I can do
  32.         a better job drawing and implementing them.  If you REALLY
  33.         liked them, let me know and I'll put them back in later.
  34.     - as per popular request, I now pop up a box when the computer
  35.         takes your discard and pause for 5 seconds or until a key
  36.         or mouse button is pressed.
  37.     - put in requested NOKEYBOARD "baby switch" that will disable
  38.         most keyboard input during play, using the mouse only.
  39.     - enhanced the sorting for a smarter arrangement of the cards
  40.         when knocking. (Ex. 7-6-5 4-4-4-4 instead of 7-6-5-4 4-4-4
  41.         so that the opponent couldn't lay off the 3-2 in suit.)
  42.  
  43.   Version 4.6 - 05/10/94
  44.     - added the ability to read the pattern of the card backs from
  45.         a random spot on a 640x350x16 pcx file, if present.
  46.     - fixed a few small screen junk bugs.
  47.  
  48.   Version 4.5 - 02/02/94
  49.     - changed the CRC error checking routine to be more accurate.
  50.     - greatly reduced the size of the executable file.
  51.     - fixed a bug that didn't allow keyboard play after using the
  52.         mouse to cancel a command selection.
  53.  
  54.   Version 4.4 - 01/06/94
  55.     - all keyboard keys now work when using a mouse so that you
  56.         can now play with mixed controls.
  57.     - improved the computer knock formula again.
  58.     - replaced KEYBOARD command line option with the NODISK option.
  59.     - added the VIEW command line option to view the documentaion file.
  60.     - fixed a screen junk bug when changing the player name using
  61.         the mouse.
  62.     - fixed some minor color bugs using Hercules graphics.
  63.  
  64.   Version 4.3 - 09/22/93
  65.     - finally fixed the program so that the mouse can be used on
  66.         Hercules and MDA graphics systems.
  67.     - changed the NOBLANK option as workaround for people who cannot
  68.         access their mouse in the Options, High Scores, or Statistics
  69.         screens.  It now eliminates all video paging.
  70.     - fixed a bug that did not put the +/- sign in the options menu
  71.         when using Hercules graphics and the keyboard.
  72.  
  73.   Version 4.2 - 06/25/93
  74.     - added CRC checksum self-validation of the executable file to
  75.         catch possible virus, hacking, or file corruption errors.
  76.     - changed my address and phone number for those who want to
  77.         register or have questions.
  78.     - fixed a small bug when exiting to dos under a file error.
  79.  
  80.   Version 4.1 - 03/30/93
  81.     - added a feature that when you select a box with the mouse
  82.         button while holding it down, you can cancel that selection
  83.         by moving the mouse off the box before releasing the button.
  84.     - vastly improved the appearance of the "small" cards by actually
  85.         drawing all of the suits instead of using the character set.
  86.     - sped up the drawing of all the cards by drawing the suit once,
  87.         saving the image, and then using image puts thereafter.
  88.     - changed the boss key/screen saver hot key from space bar to
  89.         the ESCAPE key to help avoid accidental activation.
  90.     - drew lines under the active keys for two color systems that
  91.         could not see the highlighted letters during keyboard play.
  92.     - improved the sorting of cards in hand to find better matches.
  93.         This fixed several unusual wrong sorting combinations.
  94.     - altered the computer's knock formula, so to be less chance of
  95.         him stupidly knocking late in the hand.
  96.     - added the gin score points and the undercut score points in
  97.         the options menu to allow for more variant play rules.
  98.     - when you are asked whether to knock, you now have the option
  99.         to play that hand to gin, instead of saying NO many times.
  100.     - the computer now remembers what cards have been buried in the
  101.         discard pile, and will consider this when choosing his play.
  102.         The hint feature also now takes that into consideration too.
  103.     - added support for the single video page AT&T 400 and PC3270
  104.         graphics drivers, and improved the 64k EGA (non-)paging.
  105.         (I can't test these, so if they don't work, let me know.)
  106.     - encrypted the high score and statistics files so that there is
  107.         no temptation to cheat.  Your old files will be converted.
  108.     - added the LIST command line option to view the contents of the
  109.         statistics file.  This must be the first switch used.
  110.     - when the screen saver activates within the options menu, high
  111.         score file, or stats screen, you now return to that screen
  112.         upon exit instead of to the main menu.
  113.     - bugs fixed:
  114.         - you could not go to the screen saver until the keyboard
  115.             buffer was empty if you hit keys during mouse play.
  116.         - when quitting a game back to the menu, you would sometimes
  117.             have to choose Begin Game twice to re-start.
  118.         - the options screen sometimes showed the wrong mouse pointer
  119.             number when not using a mouse.
  120.         - you could not manually activate the boss key from within
  121.             the statistics screen while in keyboard mode.
  122.         - laying off cards when knocking put only one of a two-card
  123.             run onto to begining of the other player's matching run.
  124.         - if GinRummy was run in the root directory of any disk, the
  125.             save files would not be read unless a path was specified.
  126.         - when quitting before the end of a game, the average score
  127.             per hand was wrongly calculated by the current hand number
  128.             instead of by the number of hands that were finished.
  129.  
  130.   Version 4.0 - 02/01/93
  131.     - enabled GinRummy to run on write-protected and/or read-only
  132.         disk drives by improving file I/O error handling.
  133.     - added the command line option to put all the save files on
  134.         a specified path.
  135.     - fixed a bug where the GO option did not return to the main
  136.         screen after a game.
  137.     - vastly improved the appearance of the "big" cards by actually
  138.         drawing all of the suits instead of using the character set.
  139.     - now completely disabled mouse play when the KEYBOARD option
  140.         is turned on. (no mixing of command control)
  141.     - doubled the screen blanker time limit from 1 second per score
  142.         limit point to 2 seconds per point. (it seemed too quick)
  143.     - fixed a bug that did not choose the best card when the hand was
  144.         sorted in suit order and the hint function was used.
  145.     - activated the mouse cursor in the high score screen to enable
  146.         the manual boss key function from it.
  147.     - added a decimal place (tenths) when showing the three average
  148.         calculations in the statistics screen.
  149.     - fixed a minor screen junk bug for some lower case letters in
  150.         the player's name dropping below the input box.
  151.     - now you can exit the screen blanker with a key press when using
  152.         a mouse to play.
  153.     - added help screen for command line options from dos prompt.
  154.  
  155.   Version 3.6 - 11/04/92
  156.     - added a new score file that keeps running statistics of your
  157.         average score per hand, total number of games and hands,
  158.         and number of games won and lost against the computer.
  159.         This file works for multiple players (up to 20).
  160.     - fixed bug of not ending the hand correctly when it was played
  161.         to a draw.
  162.     - fixed minor screen junk bug in options menu in keyboard mode.
  163.  
  164.   Version 3.5 - 06/15/92
  165.     - eliminated recursive procedure calling to fix stack overflow.
  166.         This was a fatal out-of-memory error that happened when
  167.         playing the game for a long time (many hands).
  168.     - now shows winner when quitting before score limit is reached,
  169.         if more than one hand is played.
  170.     - fixed minor screen junk bug when knocking.
  171.  
  172.   Version 3.4 - 03/18/92
  173.     - added green highlighted boxes when making any choices using
  174.         the mouse, to help distinguish your choice better.
  175.     - fixed a bug that would choose a different discard than the
  176.         one clicked on if you moved the mouse pointer to another
  177.         card while the button was held down.
  178.     - fixed hint function when EASY option is on.  The hint function
  179.         uses the computer's playing logic, so when the EASY option
  180.         was on, the hint's pick was just as stupid as the computer.
  181.     - fixed a minor bug when changing player name using the mouse.
  182.         Any keys previously pressed would be put into the player
  183.         name when the box was clicked on with the mouse.
  184.     - made some minor improvements for monochrome displays.
  185.  
  186.   Version 3.3 - 02/27/92
  187.     - fixed a screen blanking bug when using the mouse.
  188.     - added the NOBLANK command line option to disable the screen
  189.         saving function.
  190.     - fixed a keyboard lockup bug.
  191.     - made some misc. small changes.
  192.  
  193.   Version 3.2 - 02/09/92
  194.     - added Hercules graphics support.
  195.     - improved all of the monochrome graphics quality.
  196.     - added LAPTOP switch for better LCD displays.
  197.     - added a screen saver which can also be used as a boss key.
  198.     - zero average scores are no longer saved in the score file.
  199.     - changed mouse cursor 7 from hourglass to a crossed circle.
  200.     - shows mouse cursor as a little floppy diskette when program
  201.         is doing disk access. (how cute!)
  202.     - major updates and re-ordering of the documentation file.
  203.     - fixed a bug similar to ver 3.1 error that would not allow
  204.         changing the player name in the options menu by keyboard.
  205.  
  206.   Version 3.1 - 01/30/92
  207.     - fixed the bug that would not allow you to remain in the
  208.         options menu when in keyboard mode and mouse not present.
  209.  
  210.   Version 3.0 - 01/14/92
  211.     - added hints button/key for tips on drawing and discarding.
  212.     - now supports monochrome EGA and VGA graphics.
  213.     - you can now undo an accidental draw from the discard pile.
  214.     - improved the computer's drawing/discarding choice routines.
  215.     - replaced non-working help with high scores box on main screen.
  216.     - increased saved high scores from 10 to 20.
  217.     - you can now view the high scores from within the program,
  218.         instead of only when exiting.
  219.     - changing the mouse pointer is now done from the options menu.
  220.     - fixed a minor bug that gave the wrong ranking when creating
  221.         a new high score file.
  222.     - fixed some bugs when sorting cards in a certain arrangements.
  223.  
  224.   Version 2.4 - 10/07/91
  225.     - uncluttered the title screen by adding an Options Menu.
  226.     - you can now save (almost) all of the game options to disk.
  227.     - changed to new mouse driver unit for better mouse function.
  228.     - there are now 7 different mouse cursors to choose from.
  229.     - unsorted cards can be in either Rank or Suit order.
  230.     - knocking can be disabled. (play until Gin)
  231.     - put cards of same value, when sorting by rank, into bridge
  232.         suit order: spades, hearts, diamonds, and clubs.
  233.     - fixed a bug in card sorting that would not take a card off of
  234.         the end of a run when there was a match possible with two
  235.         unused cards.
  236.  
  237.   Version 2.3 - 05/07/91
  238.     - changed the single color bars to a solid bar over the entire
  239.         run or set, to help distinguish each set.
  240.     - added a cursor when changing your name from main menu.
  241.     - better working when mouse and keyboard are both active.
  242.     - fixed a bug that put a green bar instead of a blue bar over
  243.         four of a kind sets.
  244.     - fixed a VGA to EGA conversion bug that did not draw the red
  245.         bar over the discard pile when computer chooses from it.
  246.     - fixed a bug where you sometimes could not exit the game after
  247.         pressing a few keyboard keys when in mouse mode.
  248.     - fixed a minor bug when double-clicking the quit box.
  249.     - GinRummy is now Copyrighted 1991.
  250.  
  251.   Version 2.2 - 04/26/91
  252.     - only an EGA or better video card is now required.
  253.     - GinRummy can now be played using either the mouse or the
  254.         keyboard.
  255.     - added the KEYBOARD option for false mouse detection.
  256.     - added the option for an EASY computer player for wimps.
  257.     - changed the KNOCK card and the QUIT box displays.
  258.     - put a red box on the knock card when it is a spade and the
  259.         Oklahoma option is active.
  260.  
  261.   Version 2.1 - 03/24/91
  262.     - added a counter on the screen for number of hands played.
  263.     - when changing the score limit from the intro screen, the left
  264.         and right mouse buttons now decrease or increase the score
  265.         limit. (respectively)
  266.     - fixed bug when showing scores over 999.
  267.     - fixed a bug in the number of hands counter when quitting
  268.         to the intro screen, and then beginning another game.
  269.         (Discovered about 20 minutes after releasing Ver 2.0)
  270.     - more room allocated on the stack for recursive procedure
  271.         calling, (say what?) to eliminate occasional fatal errors.
  272.     - misc. code streamlining for faster play.
  273.  
  274.   Version 2.0 - 03/22/91
  275.     - made the computer player much smarter at discarding.
  276.         Having the computer choose better when discarding, you now
  277.         face a MUCH tougher opponent than before.
  278.     - added a score file to save ten best average game scores.
  279.     - can now input/change player's name in main menu.
  280.     - improved the card sorting and hand ordering for both players.
  281.     - now shows the points scored when undercutting.
  282.     - improved the BIG cards appearance. (Diamonds at least)
  283.     - fixed a major bug in the Oklahoma option scoring that occurs
  284.         when drawing the first card of the discard pile if it is a
  285.         spade and the discard is not, or vice versa. (Thanks Kevin)
  286.     - fixed a bug that incorrectly counted the score when laying
  287.         off a face card.
  288.     - fixed a bug where the game would not end if a player's score
  289.         was exactly the same as the game score limit.
  290.     - did a general playability refinement, and many misc changes.
  291.  
  292.   Version 1.2 - 02/01/91
  293.     - added the GO command line option.
  294.     - added the counter of cards left in deck.
  295.     - added option for the player's name.
  296.     - shows the score limit during play.
  297.  
  298.   Version 1.1 - 01/19/91
  299.     - added the option for big cards.
  300.     - added command line options.
  301.     - added version number for future releases.
  302.  
  303.   First Uploaded Release - 12/03/90 - (no version number)
  304.     - fixed a bug in the discard pile.
  305.     - minor playing changes.
  306.  
  307.   USF Engineering Technology Senior Project - 08/05/90 - (Grade: A)
  308.     - first playable version.
  309.